Merge pull request #1602 from dsander/update-changelog

Update the changelog with the last 4 months of work

Dominik Sander преди 7 години
родител
ревизия
6c9d1c0f55
променени са 1 файла, в които са добавени 261 реда и са изтрити 199 реда
  1. 261 199
      CHANGES.md

+ 261 - 199
CHANGES.md

@@ -1,201 +1,263 @@
1 1
 # Changes
2 2
 
3
-* Feb 26, 2016   - Added TwitterFavorites Agent for following the favorites of a Twitter user. Thanks @jngai and @bigretromike!
4
-* Feb 26, 2016   - Added HttpStatusAgent for pinging web servers and returning the resulting HTTP status code. Thanks @darrencauthon!
5
-* Feb 20, 2016   - A `from` option can now be specified on email agents. (If you're using Gmail, it may still show your normal address unless you add the new address as a valid sender on the account.)
6
-* Feb 20, 2016   - Added a recommended PORT to the .env.example file.
7
-* Feb 15, 2016   - Allow usage of spring in development by setting SPRING in .env.
8
-* Feb 14, 2016   - Bug fix: missing Credential no longer 500 errors during an import.
9
-* Feb 12, 2016   - Add `no_bulk_receive!` option to ensure Events are processed individually in certain Agents.
10
-* Feb 7, 2016    - Add `http_success_codes` option to the WebsiteAgent to treat more than just 200 as success codes.
11
-* Feb 7, 2016    - Add support for writing Capybara specs.
12
-* Feb 4, 2016    - Bug fix: Fix mysql connection check for multi-process docker image.
13
-* Feb 3, 2016    - The GoogleCalendarPublishAgent now accepts Liquid in the `calendar_id` option.
14
-* Feb 1, 2016    - Fix Guard and add rack-livereload for development.
15
-* Jan 30, 2016   - Add support to the ManualEventAgent for Liquid formatting and creating multiple Events.
16
-* Jan 28, 2016   - PushbulletAgent can push to all devices.
17
-* Jan 26, 2016   - Update Rails to 4.2.5.1 for security and unify configuration files.
18
-* Jan 24, 2016   - Docker upgrades and fixes.
19
-* Jan 22, 2016   - Upgrade devise to 3.5.4 to address CVE-2015-8314.
20
-* Jan 20, 2016   - Update nokogiri for CVE-2015-7499.
21
-* Jan 20, 2016   - Add DigestAgent which collects any Events sent to it and emits them as a single event.
22
-* Jan 16, 2016   - Update celluloid and delayed_job to avoid potential memory issues.
23
-* Jan 16, 2016   - PostAgent can emit Events with the resulting data from the server.
24
-* Jan 15, 2016   - Allow Liquid formatting of the `recipients` option of email Agents.
25
-* Jan 14, 2016   - Add new block tags `regex_replace`/`regex_replace_first` to Liquid.
26
-* Jan 14, 2016   - Events received by the WebsiteAgent do not need to contain a `url` value, switching to usage of `url_from_event` instead.
27
-* Jan 14, 2016   - Liquid block tag `regex_replace` and `regex_replace_first` added.
28
-* Jan 12, 2016   - WebhookAgent supports reCAPTCHA.
29
-* Jan 8, 2016    - Remove schema.rb from git.
30
-* Jan 3, 2016    - Add itunes namespace to DataOutputAgent.
31
-* Dec 26, 2015   - Allow multiple users to import the same Scenario.
32
-* Dec 26, 2015   - WebsiteAgent can accept a `data_from_event` Liquid template instead of a URL.
33
-* Dec 19, 2015   - Update nokogiri to 1.6.7.1 because of security CVEs.
34
-* Dec 10, 2015   - Bug fix: Do not try to load .env file on Heroku.
35
-* Dec 8, 2015    - Export Agents in GUID order in Scenarios.
36
-* Nov 25, 2015   - Update to newest uglifier and nokogiri gems due to security alerts.
37
-* Nov 14, 2015   - Bug fix: WebsiteAgent handles unicode URLs better.
38
-* Nov 12, 2015   - Bug fix: fix a memory leak caused by starting a new LongRunnable::Worker when the old one is still restarting.
39
-* Nov 11, 2015   - EventFormattinghAgent can be dry run.
40
-* Nov 8, 2015    - Added media namespace to DataOutputAgent output, supporting 'media:content' nodes.
41
-* Nov 5, 2015    - Bug fix: CommanderAgent can now be manually run correctly.
42
-* Nov 4, 2015    - DataOutputAgent can push to PubSubHubbub hubs with `push_hubs` option.
43
-* Oct 31, 2015   - DelayAgent `max_emitted_events` option added to limit the number of events which should be created.
44
-* Oct 30, 2015   - TumblrPublishAgent reblog `post_type` added.
45
-* Oct 28, 2015   - TumblrPublishAgent emits the created post.
46
-* Oct 27, 2015   - WebhookAgent can have a custom `response` message.
47
-* Oct 27, 2015   - `DIAGRAM_DEFAULT_LAYOUT` option added to select Graphviz layout.
48
-* Oct 27, 2015   - ShellCommandAgent has new `suppress_on_failure` and `suppress_on_empty_output` options.
49
-* Oct 24, 2015   - TwitterStream does not complain when not configured.
50
-* Oct 23, 2015   - Bug fix: RSSAgent now sorts correctly with `events_order`.
51
-* Oct 22, 2015   - Bug fix: BeeperAgent added to push messages to the Beeper mobile app.
52
-* Oct 20, 2015   - WebsiteAgent unwraps cdata sections in XML.
53
-* Oct 20, 2015   - `force_stop` command added to production.rake.
54
-* Oct 18, 2015   - Bug fix: CommanderAgent can now control any other Agent type.
55
-* Oct 17, 2015   - TwitterSearchAgent added for running period Twitter searches.
56
-* Oct 17, 2015   - GapDetectorAgent added to alert when no data has been seen in a certain period of time.
57
-* Oct 12, 2015   - Slack agent supports attachments.
58
-* Oct 9, 2015    - The TriggerAgent can be asked to match on fewer then all match groups.
59
-* Oct 4, 2015    - Add DelayAgent for buffering incoming Events
60
-* Oct 3, 2015    - Add SSL verification options to smtp.yml
61
-* Oct 3, 2015    - Better handling of 'Back' links in the UI.
62
-* Sep 22, 2015   - Comprehensive EvernoteAgent added
63
-* Sep 13, 2015   - JavaScriptAgent can access and set Credentials.
64
-* Sep 9, 2015    - Add AgentRunner and LongRunnable to support long running agents.
65
-* Sep 8, 2015    - Allow `url_from_event` in the WebsiteAgent to be an Array
66
-* Sep 7, 2015    - Enable `strict: false` in database.yml
67
-* Sep 2, 2015    - WebRequestConcern Agents automatically decode gzip/inflate encodings.
68
-* Sep 1, 2015    - WebhookAgent can configure allowed verbs (GET, POST, PUT, ...) for incoming requests.
69
-* Aug 21, 2015   - PostAgent supports "xml" as `content_type`.
70
-* Aug 3, 2015    - Dry Run allows user to input an event payload.
71
-* Aug 1, 2015    - Huginn now requires Ruby >=2.0 to run.
72
-* Jul 30, 2015   - RssAgent can configure the order of events created via `events_order`.
73
-* Jul 29, 2015   - WebsiteAgent can configure the order of events created via `events_order`.
74
-* Jul 29, 2015   - DataOutputAgent can configure the order of events in the output via `events_order`.
75
-* Jul 20, 2015   - Control Links (used by the SchedularAgent) are correctly exported in Scenarios.
76
-* Jul 20, 2015   - keep\_events\_for was moved from days to seconds; Scenarios have a schema verison.
77
-* Jul 8, 2015    - DataOutputAgent supports feed icon, and a new template variable `events`.
78
-* Jul 1, 2015    - DeDuplicationAgent properly handles destruction of memory.
79
-* Jun 26, 2015   - Add `max_events_per_run` to RssAgent.
80
-* Jun 19, 2015   - Add `url_from_event` to WebsiteAgent.
81
-* Jun 17, 2015   - RssAgent emits events for new feed items in chronological order.
82
-* Jun 17, 2015   - Liquid filter `unescape` added.
83
-* Jun 17, 2015   - Liquid filter `regex_replace` and `regex_replace_first` added, with escape sequence support.
84
-* Jun 15, 2015   - Liquid filter `uri_expand` added.
85
-* Jun 13, 2015   - Liquid templating engine is upgraded to version 3.
86
-* Jun 12, 2015   - RSSAgent can now accept an array of URLs.
87
-* Jun 8, 2015    - WebsiteAgent includes a `use_namespaces` option to enable XML namespaces.
88
-* May 27, 2015   - Validation warns user if they have not provided a `path` when using JSONPath in WebsiteAgent.
89
-* May 24, 2015   - Show Agents' name and user in the jobs panel.
90
-* May 19, 2015   - Add "Dry Run" to the action menu.
91
-* May 23, 2015   - JavaScriptAgent has dry run and inline syntax highlighting JavaScript and CoffeeScript.
92
-* May 11, 2015   - Make delayed\_job sleep\_delay and max\_run\_time .env configurable.
93
-* May 9, 2015    - Add 'unescapeHTML' functionality to the javascript agent.
94
-* May 3, 2015    - Use ActiveJobs interface. 
95
-* Apr 28, 2015   - Adds Wunderlist agent.
96
-* Apr 25, 2015   - Allow user to clear memory of an agent.
97
-* Apr 25, 2015   - Allow WebsiteAgent to unzip compressed JSON.
98
-* Apr 12, 2015   - Allow the webhook agent to loop over returned results if the payload\_path points to an array.
99
-* Mar 27, 2015   - Add wit.ai Agent.
100
-* Mar 24, 2015   - CloudFoundry integration.
101
-* Mar 20, 2015   - Upgrade to Rails 4.2.
102
-* Mar 17, 2015   - Add new "Dry Run" feature for some Agents.
103
-* Feb 26, 2015   - Update to PushBullet API version 2.
104
-* Feb 22, 2015   - Allow Agents to request immediate propagation of Events.
105
-* Feb 18, 2015   - Convert \n to actual line breaks after interpolating liquid and add `line_break_tag`.
106
-* Feb 6, 2015    - Allow UserLocationAgent to accept `min_distance` to require a certain distance traveled.
107
-* Feb 1, 2015    - Allow a `body` key to be provided to set email body in the EmailAgent.
108
-* Jan 21, 2015   - Allow custom icon for Slack webhooks.
109
-* Jan 20, 2015   - Add `max_accuracy` to UserLocationAgent.
110
-* Jan 19, 2015   - WebRequestConcern Agents can supply `disable_ssl_verification` to disable ssl verification.
111
-* Jan 13, 2015   - Docker image updated.
112
-* Jan 8, 2015    - Allow toggling of accuracy when displaying locations in the UserLocationAgent map.
113
-* Dec 26, 2014   - Do not try to monkey patch the mysql adapter on heroku
114
-* Dec 7, 2014    - Update Rails to 4.1.8
115
-* Dec 3, 2014    - Access sites with invalid SSL
116
-* Nov 22, 2014   - Make the website agent support merge events
117
-* Nov 8, 2014    - Added DeDuplicationAgent
118
-* Nov 5, 2014    - Made latlng accessible to liquid
119
-* Nov 4, 2014    - Enable AgentLog to handle a message with invalid byte sequences; upgrade slack-notifier to 1.0.0; use webhook URLs instead of tokens.
120
-* Nov 2, 2014    - Fixes WorkerStatusController for postgresql; updated rails to 4.1.7; added a PDF info agent; commander agent can configure other Agents.
121
-* Nov 1, 2014    - Fixes postgres and DST related spec issues
122
-* Oct 27, 2014   - RSSAgent: Include `url` in addition to `urls` in each event.
123
-* Oct 23, 2014   - Assume an uploaded scenario file (JSON) is encoded in UTF-8
124
-* Oct 20, 2014   - Made weather agent dependent on user location
125
-* Oct 16, 2014   - Make event-indicator a link to the events page, with new events highlighted
126
-* Oct 15, 2014   - Add dropbox agent to emit urls for the given paths
127
-* Oct 14, 2014   - Upgrade Devise to 3.4.0; mqttAgent: Ignore a retained message previously received
128
-* Oct 12, 2014   - Add a button to view full error logs; allow longer than 2000 characters
129
-* Oct 10, 2014   - Dropbox watch agent
130
-* Oct 9, 2014    - Make the scheduler frequency tunable via ENV; add CommanderAgent, which controls other agents on a schedule or incoming event; disable the CSRF warning in WebRequestsController.
131
-* Oct 5, 2014    - OpenShift deployment
132
-* Oct 1, 2014    - Migrate to Rspec3
133
-* Sep 29, 2014   - Refactor OmniAuth integration
134
-* Sep 25, 2014   - TumblrPublishAgent
135
-* Sep 24, 2014   - Refactor OmniAuth configuration and fix it with 37Signals; introduce FontAwesome; enable download of user credentials; improve docs for ForecastIO in WeatherAgent.
136
-* Sep 22, 2014   - Improvements to bin/setup_heroku
137
-* Sep 21, 2014   - Reduce gems to save RAM
138
-* Sep 17, 2014   - Give user an option to drop pending events when enabling an agent.
139
-* Sep 16, 2014   - Improvements to UserLocationAgent
140
-* Sep 14, 2014   - Allow some agents to be configured via HTML forms rather then JSON.
141
-* Sep 13, 2014   - Calculate IDs in RssAgent if none are available.
142
-* Sep 12, 2014   - Make tables sortable by most columns.
143
-* Sep 8, 2014    - SchedulerAgent added, allowing granular control of Agent schedules.  Agents can now control other Agents via `ControlLinks`.
144
-                 - Liquid filter `to_uri` added.
145
-* Sep 7, 2014    - Optional delayed\_job\_web replaced by a custom UI for managing failed and queued jobs.
146
-* Sep 6, 2014    - Agent's `last_event_at` is now updated only on Event creation, not on updates.
147
-* Sep 4, 2014    - Spring, an application preloader intergated with Rails 4.1, has been added.
148
-* Sep 3, 2014    - Liquid interpolation in the WebsiteAgent now has a `_response_` variable available.
149
-* Aug 31, 2014   - Fix a bug where AgentLogs errored after a referenced Event was deleted.
150
-                 - HumanTaskAgent can emit separate events for each answer.
151
-* Aug 30, 2014   - Set charset/collation properly for each text column if using MySQL.
152
-                 - One-click "Deploy to Heroku" button added in README.
153
-* Aug 28, 2014   - Liquid filter `to_xpath` added, which quotes a string for use in XPath expression.
154
-* Aug 26, 2014   - Transition to new Services model for managing external authorization with omniauth.
155
-* Aug 21, 2014   - WebsiteAgent has a new `text` parser type.
156
-                 - Scenario tags have a customizable foreground and background color.
157
-                 - HTML is sanitized and supported in emails.
158
-* Aug 20, 2014   - Support for markdown in Scenario descriptions added.
159
-* Aug 17, 2014   - TwitterStream no longer tries to run disabled Agents.  Sleep and thread bugs fixed in the EM code.
160
-* Aug 13, 2014   - `created_at` added as an available Liquid variable.
161
-                 - Enable Graphviz on Heroku.
162
-* Aug 12, 2014   - Add an environment variable (`DEFAULT_HTTP_USER_AGENT`) to set a global default User-Agent value.
163
-                 - Hover menu to the "Agents" nav link added.
164
-* Aug 9, 2014    - ChangeDetectorAgent added.
165
-* Aug 8, 2014    - Make PostAgent use WebRequestConcern, adding options for Basic Auth and User-Agent.
166
-* Aug 5, 2014    - Use 'net-ftp-list' gem to parse ftp directory listing.
167
-* Aug 1, 2014    - Adding a badge to each Agent node in a diagram.
168
-* Jul 31, 2014   - Allow HipchatAgent to use a shared Credential.
169
-* Jul 29, 2014   - The upstream Agent is now available in the EventFormattingAgent in Liquid via the `agent` key.
170
-                 - The WebsiteAgent is now much more powerful, supporting full XPath evaluations in extractions.
171
-* Jul 26, 2014   - Easy Heroku deployment added and document in the wiki!
172
-* Jul 25, 2014   - Simple RSSAgent added for parsing RSS feeds (the WebsiteAgent has always been able to do this, but this new Agent is simpler).
173
-                 - Nicer Agent diagrams.
174
-* Jul 20, 2014   - Email Agents can send to more than one recipient using the new `recipients` array.
175
-* Jun 29, 2014   - PostAgent can send more HTTP verbs, use both json and html form encoding, and merge event payloads.
176
-* Jun 18, 2014   - Scenarios added, allowing Agents to be grouped, imported, and exported.
177
-                 - `interpolated_options` added so that most Agent options can contain Liquid markup.
178
-* Jun 12, 2014   - XML namespaces are ignored by the WebsiteAgent when evaluating XPath.
179
-* Jun 9, 2014    - User edit form split and cleaned up.
180
-* Jun 8, 2014    - Upgraded to Rails 4.1.1.
181
-* Jun 5, 2014    - MQTTAgent added.
182
-* Jun 1, 2014    - SlackAgent added.
183
-                 - Liquid tag for accessing Credentials added.
184
-                 - Requests to /worker\_status  no longer spam the log.
185
-                 - GoogleCalendarAgent added.
186
-* May 19, 2014   - ImapFolderAgent added.
187
-* May 11, 2014   - Combine some of the Foreman processes into threads for lower memory usage.
188
-* May 6, 2014    - Agents can be disabled or enabled.
189
-* May 5, 2014    - JiraAgent added.
190
-* May 3, 2014    - If you're using Capistrano, `cap sync:db:down` now works correctly to pull your production DB to your local environment.
191
-* May 1, 2014    - Upgrade to Bootstrap 3.1.1
192
-* Apr 20, 2014   - Tons of new additions! FtpsiteAgent; WebsiteAgent has xpath, multiple URL, and encoding support; regexp extractions in EventFormattingAgent; PostAgent takes default params and headers, and can make GET requests; local Graphviz support; ShellCommandAgent; BasecampAgent; HipchatAgent; and lots of bug fixes!
193
-* Apr 10, 2014   - WebHooksController has been renamed to WebRequestsController and all HTTP verbs are now accepted and passed through to Agents' #receive\_web\_request method. The new DataOutputAgent returns JSON or RSS feeds of incoming Events via external web request.  [Documentation is on the wiki.](https://github.com/cantino/huginn/wiki/Creating-a-new-agent#receiving-web-requests).
194
-* Jan 2, 2014    - Agents now have an optional keep\_events\_for option that is propagated to created events' expires\_at field, and they update their events' expires\_at fields on change.
195
-* Jan 1, 2014    - Remove symbolization of memory, options, and payloads; convert memory, options, and payloads to JSON from YAML.  Migration will perform conversion and adjust tables to be UTF-8.  Recommend making a DB backup before migrating.
196
-* Nov 6, 2013    - PeakDetectorAgent now uses `window_duration_in_days` and `min_peak_spacing_in_days`.  Additionally, peaks trigger when the time series rises over the standard deviation multiple, not after it starts to fall.
197
-* Jun 29, 2013   - Removed rails\_admin because it was causing deployment issues. Better to have people install their favorite admin tool if they want one.
198
-* Jun, 2013      - A number of new agents have been contributed, including interfaces to Weibo, Twitter, and Twilio, as well as Agents for translation, sentiment analysis, and for posting and receiving webhooks.
199
-* Mar 24, 2013   - Refactored loading of Agents for `check` and `receive` to use ids instead of full objects.  This should fix the too-large delayed\_job issues.  Added `system_timer` and `fastercsv` to the Gemfile for the Ruby 1.8 platform.
200
-* Mar 18, 2013   - Added Wiki page about the [Agent API](https://github.com/cantino/huginn/wiki/Creating-a-new-agent).
201
-* Mar 17, 2013   - Switched to JSONPath for defining paths through JSON structures.  The WebsiteAgent can now scrape and parse JSON.
3
+| DateOfChange   | Changes                                                                                                      |
4
+|----------------|--------------------------------------------------------------------------------------------------------------|
5
+| Jul 25, 2016   | Remove `smtp.yml` configuration file, the SMTP configuration now needs to be done via environment variables. [1595](https://github.com/cantino/huginn/pull/1595) |
6
+| Jul 25, 2016   | Change `jsonpath` gem to a fork located at [https://github.com/Skarlso/jsonpathv2](https://github.com/Skarlso/jsonpathv2) [1596](https://github.com/cantino/huginn/pull/1596) |
7
+| Jul 20, 2016   | Add redirection information to the `HttpStatusAgent` [1590](https://github.com/cantino/huginn/pull/1590) |
8
+| Jul 15, 2016   | Add `changes_only` option to `HttpStatusAgent` which only emit events then the HTTP status changed. [1582](https://github.com/cantino/huginn/pull/1582) |
9
+| Jul 09, 2016   | Add `AttributeDifferenceAgent`. [1572](https://github.com/cantino/huginn/pull/1572) |
10
+| Jul 04, 2016   | Add `setMemory` function to the `JavaScriptAgent`. [1576](https://github.com/cantino/huginn/pull/1576) |
11
+| Jul 01, 2016   | Allow decimal values to be shown on the `PeakDetectorAgent` graphs. [1574](https://github.com/cantino/huginn/pull/1574) |
12
+| Jun 30, 2016   | Update Heroku installation documentation to match their recent change of creating empty git repositories. [1570](https://github.com/cantino/huginn/pull/1570) |
13
+| Jun 24, 2016   | Docker images: Fix usage of special characters in environment configuration and passing of additional env variables. [1560](https://github.com/cantino/huginn/pull/1560) |
14
+| Jun 23, 2016   | Return to Agent's Events when clicking on the Back button in the Event show page.  [1555](https://github.com/cantino/huginn/pull/1555) |
15
+| Jun 23, 2016   | Allow usage of the `style` tag in E-Mail Agents [1557](https://github.com/cantino/huginn/pull/1557) |
16
+| Jun 21, 2016   | Allow to create custom Agent gems and load them with `ADDITIONAL_GEMS`. [1366](https://github.com/cantino/huginn/pull/1366)<br> Look at the [huginn_agent README](https://github.com/cantino/huginn_agent/) for documentation on how to create Agent gems.<br>Currently available Agent gems:<ul><li>[HuginnNlpAgents](https://github.com/kreuzwerker/DKT.huginn_nlp_agents) - query the FREME and DKT Natural Language Processing APIs</li><li>[HuginnWebsiteMetadataAgent](https://github.com/kreuzwerker/DKT.huginn_website_metadata_agent) - Extracts schema.org microdata, embedded JSON-LD and common metadata tag attributes from HTML</li><li>[HuginnReadabilityAgent](https://github.com/kreuzwerker/DKT.huginn_readability_agent) - extracts te primary readable content of a website using the [readability](https://github.com/cantino/ruby-readability) gem</li></ul>   |
17
+| Jun 20, 2016   | Allow `HttpStatusAgent` include received HTTP header value in emitted Events. [1521](https://github.com/cantino/huginn/pull/1521) |
18
+| Jun 20, 2016   | Fix setting a memory key to falsy values with `this.memory(key, falsy)` in the `JavaScriptAgent`. [1551](https://github.com/cantino/huginn/pull/1551) |
19
+| Jun 18, 2016   | Add `not in` comparison type to the `TriggerAgent`. [1545](https://github.com/cantino/huginn/pull/1545) |
20
+| Jun 18, 2016   | Ensure the Agent memory is set when triggering a dry run from the Agent show page. [1550](https://github.com/cantino/huginn/pull/1550) |
21
+| Jun 16, 2016   | Allow to set an icon for Scenarios [1427](https://github.com/cantino/huginn/pull/1427) |
22
+| Jun 16, 2016   | Add `deleteKey` function to `JavascriptAgent` to delete a key from the Agent's memory. [1543](https://github.com/cantino/huginn/pull/1543) |
23
+| Jun 14, 2016   | Allow the `DropboxFileUrlAgent` to emit permanent Dropbox links. [1541](https://github.com/cantino/huginn/pull/1541) |
24
+| Jun 14, 2016   | Add button to enable or disable all Agents of a Scenario. [1506](https://github.com/cantino/huginn/pull/1506) |
25
+| Jun 14, 2016   | Update nokogiri to 1.6.8 for security fixes. [1540](https://github.com/cantino/huginn/pull/1540) |
26
+| Jun 08, 2016   | Fix multi-process Docker image on the overlay storage driver. [1537](https://github.com/cantino/huginn/pull/1537) |
27
+| Jun 05, 2016   | Fix storing array/hashes in the `JavaScriptAgent`s memory. [1524](https://github.com/cantino/huginn/pull/1524) |
28
+| May 31, 2016   | Add Agent connection status icons to Agent table. [1482](https://github.com/cantino/huginn/pull/1482) |
29
+| May 29, 2016   | Add time tracking to `HttpStatusAgent`. [1517](https://github.com/cantino/huginn/pull/1517) |
30
+| May 20, 2016   | Add `parse_mode` option to `TelegramAgent` to embed HTML or Markdown. [1509](https://github.com/cantino/huginn/pull/1509) |
31
+| May 18, 2016   | Show recently received events in dry run modal. [1483](https://github.com/cantino/huginn/pull/1483) |
32
+| May 16, 2016   | Prevent duplicate events from being generated when using DelayedJob and Postgres. [1501](https://github.com/cantino/huginn/pull/1501) |
33
+| May 12, 2016   | Improve Agent and Scenario forms: Allow to configure the Agents event target and to jump to source/target Agent from the edit form. [1447](https://github.com/cantino/huginn/pull/1447) |
34
+| May 10, 2016   | Add button to toggle visibility of disabled Agents. [1464](https://github.com/cantino/huginn/pull/1464) |
35
+| May 09, 2016   | Fix usage of deprecated API version in `TwitterStreamAgent`. [1492](https://github.com/cantino/huginn/pull/1492) |
36
+| Apr 30, 2016   | Make XML namespaces of `DataOutputAgent` optional. [1411](https://github.com/cantino/huginn/pull/1411) |
37
+| Apr 29, 2016   | Fix internal Jobs being shown as deleted in Job Management page. [1462](https://github.com/cantino/huginn/pull/1462) |
38
+| Apr 27, 2016   | Fix issue in default NGINX SSL configuration. [1455](https://github.com/cantino/huginn/pull/1455) |
39
+| Apr 26, 2016   | Add `TwitterActionAgent` to retweet or favorite tweets. [#1181](https://github.com/cantino/huginn/pull/1181) |
40
+| Apr 26, 2016   | Validate Agent options JSON before submitting it. [1434](https://github.com/cantino/huginn/pull/1434) |
41
+| Apr 24, 2016   | Allow to delete the Scenario's Agents with it. [1446](https://github.com/cantino/huginn/pull/1446) |
42
+| Apr 22, 2016   | Allow to (re)import exported Credential JSON files. [1394](https://github.com/cantino/huginn/pull/1394) |
43
+| Apr 20, 2016   | Add `TwilioReceiveTextAgent`. [1418](https://github.com/cantino/huginn/pull/1418) |
44
+| Apr 19, 2016   | Add Nitrous.io Quickstart button. [1428](https://github.com/cantino/huginn/pull/1428) |
45
+| Apr 19, 2016   | Do not run/enqueue event propagation when a `AgentPropagateJob` is already enqueued. [1432](https://github.com/cantino/huginn/pull/1432) |
46
+| Apr 19, 2016   | Fix publishing to MQTT channels with the `MqttAgent`. [1440](https://github.com/cantino/huginn/pull/1440) |
47
+| Apr 16, 2016   | Pass request headers to receive_web_request. [1415](https://github.com/cantino/huginn/pull/1415) |
48
+| Apr 13, 2016   | Add button to Job Management page retry all queued Jobs. [1423](https://github.com/cantino/huginn/pull/1423) |
49
+| Apr 12, 2016   | Allow to configure the format of header names in Events that `PostAgent` emits. [1340](https://github.com/cantino/huginn/pull/1340) |
50
+| Apr 11, 2016   | Allow to provide a custom scenario JSON for new Users via `DEFAULT_SCENARIO_FILE`. [1404](https://github.com/cantino/huginn/pull/1404) |
51
+| Apr 10, 2016   | Improve docker images and tag every image with the commit SHA. [1359](https://github.com/cantino/huginn/pull/1359) |
52
+| Apr 10, 2016   | Fix SMS sending in `TwilloAgent`. [1414](https://github.com/cantino/huginn/pull/1414) |
53
+| Apr 05, 2016   | Simplify the log format for Dry Run. [1386](https://github.com/cantino/huginn/pull/1386) |
54
+| Apr 04, 2016   | `PostAgent` allow sending arbitrary string data. [1402](https://github.com/cantino/huginn/pull/1402) |
55
+| Mar 31, 2016   | Add `TelegramAgent`. [1381](https://github.com/cantino/huginn/pull/1381) |
56
+| Mar 30, 2016   | Add Agent actions menu to Agent show and Agent Events page. [1374](https://github.com/cantino/huginn/pull/1374) |
57
+| Mar 30, 2016   | Add round trip option to `GoogleFlightAgent`. [1384](https://github.com/cantino/huginn/pull/1384) |
58
+| Mar 30, 2016   | Ensure cloned Agents stay in the same Scenario. [1377](https://github.com/cantino/huginn/pull/1377) |
59
+| Mar 27, 2016   | Allow usage of HTML table tags/attributes in E-Mail Agents. [1380](https://github.com/cantino/huginn/pull/1380) |
60
+| Mar 27, 2016   | Add tabs to Dry Run result modal. [1371](https://github.com/cantino/huginn/pull/1371) |
61
+| Mar 26, 2016   | Make DelayedJob logs visible when running in foreground. [1360](https://github.com/cantino/huginn/pull/1360) |
62
+| Mar 26, 2016   | Add `GoogleFlightsAgent`. [1367](https://github.com/cantino/huginn/pull/1367) |
63
+| Mar 22, 2016   | Add `JsonParseAgent`. [1364](https://github.com/cantino/huginn/pull/1364) |
64
+| Mar 21, 2016   | Add `AftershipAgent`. [1354](https://github.com/cantino/huginn/pull/1354) |
65
+| Mar 18, 2016   | Introduce concept to handle files, introduces four new agents: [1301](https://github.com/cantino/huginn/pull/1301)<ul><li>`LocalFileAgent` (source/consumer), can watch for changes of a file/directory, when schedules just emits an event for every file. Writes received event data to a local file.</li><li>`S3Agent` (source/consumer), watches an S3 bucket for changes or emits the files on interval. Writes received event data to a S3 Bucket.</li><li>`ReadFileAgent` (birdge/consumer), takes the file pointer from one of the source agents, reads the file and emits to contents so that other agents that do not yet support the file pointers can work with the data.</li><li> `CsvAgent` (consumer),parses CSV data, it can consume a file pointer or with with data supplied via the event payload. Generates CSV from received events.</li></ul> |
66
+| Mar 17, 2016   | Add admin user management interface to create, edit, deactivate and delete users. [1330](https://github.com/cantino/huginn/pull/1330) |
67
+| Mar 16, 2016   | Ensure the `JavaScriptAgent` uses the configured timezone. [1356](https://github.com/cantino/huginn/pull/1356) |
68
+| Mar 16, 2016   | Add `age` column with default sort to prioritize new Agents in the index view. [1348](https://github.com/cantino/huginn/pull/1348) |
69
+| Mar 13, 2016   | Rescue and log email sending errors. [1335](https://github.com/cantino/huginn/pull/1335) |
70
+| Mar 12, 2016   | Hide the Agent's memory in Agent show page per default. [1326](https://github.com/cantino/huginn/pull/1326) |
71
+| Mar 12, 2016   | Fix TwitterStreamAgent database connection in use and restart issues. [6ee094af9](https://github.com/cantino/huginn/commit/6ee094af95747f65800c9e822e5566f1c5cf0bfe) |
72
+| Mar 09, 2016   | Add support for ruby `2.3.0` by ensuring the tests pass. [7f50503da](https://github.com/cantino/huginn/commit/7f50503da952522ad71da5d91256c6714ddf5edd) |
73
+| Mar 08, 2016   | Add `json` liquid filter to serialize data to a JSON string. [1329](https://github.com/cantino/huginn/pull/1329) |
74
+| Mar 07, 2016   | Allow specifying the content-type of send E-Mails. [1325](https://github.com/cantino/huginn/pull/1325) |
75
+| Mar 06, 2016   | Add BoxcarAgent for Boxcar.io. [1323](https://github.com/cantino/huginn/pull/1323) |
76
+| Mar 02, 2016   | Update Rails to `4.2.5.2`. [cf9e9bd04](https://github.com/cantino/huginn/commit/cf9e9bd0454bfc0c12fbc229dc5e0c34535605e2) |
77
+| Mar 02, 2016   | Allow TwitterUserAgent to follow the users own timeline. [1321](https://github.com/cantino/huginn/pull/1321) |
78
+| Feb 26, 2016   | Added TwitterFavorites Agent for following the favorites of a Twitter user. Thanks @jngai and @bigretromike! |
79
+| Feb 26, 2016   | Added HttpStatusAgent for pinging web servers and returning the resulting HTTP status code. Thanks @darrencauthon! |
80
+| Feb 20, 2016   | A `from` option can now be specified on email agents. (If you're using Gmail, it may still show your normal address unless you add the new address as a valid sender on the account.) |
81
+| Feb 20, 2016   | Added a recommended PORT to the .env.example file. |
82
+| Feb 15, 2016   | Allow usage of spring in development by setting SPRING in .env. |
83
+| Feb 14, 2016   | Bug fix: missing Credential no longer 500 errors during an import. |
84
+| Feb 12, 2016   | Add `no_bulk_receive!` option to ensure Events are processed individually in certain Agents. |
85
+| Feb 7, 2016    | Add `http_success_codes` option to the WebsiteAgent to treat more than just 200 as success codes. |
86
+| Feb 7, 2016    | Add support for writing Capybara specs. |
87
+| Feb 4, 2016    | Bug fix: Fix mysql connection check for multi-process docker image. |
88
+| Feb 3, 2016    | The GoogleCalendarPublishAgent now accepts Liquid in the `calendar_id` option. |
89
+| Feb 1, 2016    | Fix Guard and add rack-livereload for development. |
90
+| Jan 30, 2016   | Add support to the ManualEventAgent for Liquid formatting and creating multiple Events. |
91
+| Jan 28, 2016   | PushbulletAgent can push to all devices. |
92
+| Jan 26, 2016   | Update Rails to 4.2.5.1 for security and unify configuration files. |
93
+| Jan 24, 2016   | Docker upgrades and fixes. |
94
+| Jan 22, 2016   | Upgrade devise to 3.5.4 to address CVE-2015-8314. |
95
+| Jan 20, 2016   | Update nokogiri for CVE-2015-7499. |
96
+| Jan 20, 2016   | Add DigestAgent which collects any Events sent to it and emits them as a single event. |
97
+| Jan 16, 2016   | Update celluloid and delayed_job to avoid potential memory issues. |
98
+| Jan 16, 2016   | PostAgent can emit Events with the resulting data from the server. |
99
+| Jan 15, 2016   | Allow Liquid formatting of the `recipients` option of email Agents. |
100
+| Jan 14, 2016   | Add new block tags `regex_replace`/`regex_replace_first` to Liquid. |
101
+| Jan 14, 2016   | Events received by the WebsiteAgent do not need to contain a `url` value, switching to usage of `url_from_event` instead. |
102
+| Jan 14, 2016   | Liquid block tag `regex_replace` and `regex_replace_first` added. |
103
+| Jan 12, 2016   | WebhookAgent supports reCAPTCHA. |
104
+| Jan 8, 2016    | Remove schema.rb from git. |
105
+| Jan 3, 2016    | Add itunes namespace to DataOutputAgent. |
106
+| Dec 26, 2015   | Allow multiple users to import the same Scenario. |
107
+| Dec 26, 2015   | WebsiteAgent can accept a `data_from_event` Liquid template instead of a URL. |
108
+| Dec 19, 2015   | Update nokogiri to 1.6.7.1 because of security CVEs. |
109
+| Dec 10, 2015   | Bug fix: Do not try to load .env file on Heroku. |
110
+| Dec 8, 2015    | Export Agents in GUID order in Scenarios. |
111
+| Nov 25, 2015   | Update to newest uglifier and nokogiri gems due to security alerts. |
112
+| Nov 14, 2015   | Bug fix: WebsiteAgent handles unicode URLs better. |
113
+| Nov 12, 2015   | Bug fix: fix a memory leak caused by starting a new LongRunnable::Worker when the old one is still restarting. |
114
+| Nov 11, 2015   | EventFormattinghAgent can be dry run. |
115
+| Nov 8, 2015    | Added media namespace to DataOutputAgent output, supporting 'media:content' nodes. |
116
+| Nov 5, 2015    | Bug fix: CommanderAgent can now be manually run correctly. |
117
+| Nov 4, 2015    | DataOutputAgent can push to PubSubHubbub hubs with `push_hubs` option. |
118
+| Oct 31, 2015   | DelayAgent `max_emitted_events` option added to limit the number of events which should be created. |
119
+| Oct 30, 2015   | TumblrPublishAgent reblog `post_type` added. |
120
+| Oct 28, 2015   | TumblrPublishAgent emits the created post. |
121
+| Oct 27, 2015   | WebhookAgent can have a custom `response` message. |
122
+| Oct 27, 2015   | `DIAGRAM_DEFAULT_LAYOUT` option added to select Graphviz layout. |
123
+| Oct 27, 2015   | ShellCommandAgent has new `suppress_on_failure` and `suppress_on_empty_output` options. |
124
+| Oct 24, 2015   | TwitterStream does not complain when not configured. |
125
+| Oct 23, 2015   | Bug fix: RSSAgent now sorts correctly with `events_order`. |
126
+| Oct 22, 2015   | Bug fix: BeeperAgent added to push messages to the Beeper mobile app. |
127
+| Oct 20, 2015   | WebsiteAgent unwraps cdata sections in XML. |
128
+| Oct 20, 2015   | `force_stop` command added to production.rake. |
129
+| Oct 18, 2015   | Bug fix: CommanderAgent can now control any other Agent type. |
130
+| Oct 17, 2015   | TwitterSearchAgent added for running period Twitter searches. |
131
+| Oct 17, 2015   | GapDetectorAgent added to alert when no data has been seen in a certain period of time. |
132
+| Oct 12, 2015   | Slack agent supports attachments. |
133
+| Oct 9, 2015    | The TriggerAgent can be asked to match on fewer then all match groups. |
134
+| Oct 4, 2015    | Add DelayAgent for buffering incoming Events |
135
+| Oct 3, 2015    | Add SSL verification options to smtp.yml |
136
+| Oct 3, 2015    | Better handling of 'Back' links in the UI. |
137
+| Sep 22, 2015   | Comprehensive EvernoteAgent added |
138
+| Sep 13, 2015   | JavaScriptAgent can access and set Credentials. |
139
+| Sep 9, 2015    | Add AgentRunner and LongRunnable to support long running agents. |
140
+| Sep 8, 2015    | Allow `url_from_event` in the WebsiteAgent to be an Array |
141
+| Sep 7, 2015    | Enable `strict: false` in database.yml |
142
+| Sep 2, 2015    | WebRequestConcern Agents automatically decode gzip/inflate encodings. |
143
+| Sep 1, 2015    | WebhookAgent can configure allowed verbs (GET, POST, PUT, ...) for incoming requests. |
144
+| Aug 21, 2015   | PostAgent supports "xml" as `content_type`. |
145
+| Aug 3, 2015    | Dry Run allows user to input an event payload. |
146
+| Aug 1, 2015    | Huginn now requires Ruby >=2.0 to run. |
147
+| Jul 30, 2015   | RssAgent can configure the order of events created via `events_order`. |
148
+| Jul 29, 2015   | WebsiteAgent can configure the order of events created via `events_order`. |
149
+| Jul 29, 2015   | DataOutputAgent can configure the order of events in the output via `events_order`. |
150
+| Jul 20, 2015   | Control Links (used by the SchedularAgent) are correctly exported in Scenarios. |
151
+| Jul 20, 2015   | keep\_events\_for was moved from days to seconds; Scenarios have a schema verison. |
152
+| Jul 8, 2015    | DataOutputAgent supports feed icon, and a new template variable `events`. |
153
+| Jul 1, 2015    | DeDuplicationAgent properly handles destruction of memory. |
154
+| Jun 26, 2015   | Add `max_events_per_run` to RssAgent. |
155
+| Jun 19, 2015   | Add `url_from_event` to WebsiteAgent. |
156
+| Jun 17, 2015   | RssAgent emits events for new feed items in chronological order. |
157
+| Jun 17, 2015   | Liquid filter `unescape` added. |
158
+| Jun 17, 2015   | Liquid filter `regex_replace` and `regex_replace_first` added, with escape sequence support. |
159
+| Jun 15, 2015   | Liquid filter `uri_expand` added. |
160
+| Jun 13, 2015   | Liquid templating engine is upgraded to version 3. |
161
+| Jun 12, 2015   | RSSAgent can now accept an array of URLs. |
162
+| Jun 8, 2015    | WebsiteAgent includes a `use_namespaces` option to enable XML namespaces. |
163
+| May 27, 2015   | Validation warns user if they have not provided a `path` when using JSONPath in WebsiteAgent. |
164
+| May 24, 2015   | Show Agents' name and user in the jobs panel. |
165
+| May 19, 2015   | Add "Dry Run" to the action menu. |
166
+| May 23, 2015   | JavaScriptAgent has dry run and inline syntax highlighting JavaScript and CoffeeScript. |
167
+| May 11, 2015   | Make delayed\_job sleep\_delay and max\_run\_time .env configurable. |
168
+| May 9, 2015    | Add 'unescapeHTML' functionality to the javascript agent. |
169
+| May 3, 2015    | Use ActiveJobs interface.  |
170
+| Apr 28, 2015   | Adds Wunderlist agent. |
171
+| Apr 25, 2015   | Allow user to clear memory of an agent. |
172
+| Apr 25, 2015   | Allow WebsiteAgent to unzip compressed JSON. |
173
+| Apr 12, 2015   | Allow the webhook agent to loop over returned results if the payload\_path points to an array. |
174
+| Mar 27, 2015   | Add wit.ai Agent. |
175
+| Mar 24, 2015   | CloudFoundry integration. |
176
+| Mar 20, 2015   | Upgrade to Rails 4.2. |
177
+| Mar 17, 2015   | Add new "Dry Run" feature for some Agents. |
178
+| Feb 26, 2015   | Update to PushBullet API version 2. |
179
+| Feb 22, 2015   | Allow Agents to request immediate propagation of Events. |
180
+| Feb 18, 2015   | Convert \n to actual line breaks after interpolating liquid and add `line_break_tag`. |
181
+| Feb 6, 2015    | Allow UserLocationAgent to accept `min_distance` to require a certain distance traveled. |
182
+| Feb 1, 2015    | Allow a `body` key to be provided to set email body in the EmailAgent. |
183
+| Jan 21, 2015   | Allow custom icon for Slack webhooks. |
184
+| Jan 20, 2015   | Add `max_accuracy` to UserLocationAgent. |
185
+| Jan 19, 2015   | WebRequestConcern Agents can supply `disable_ssl_verification` to disable ssl verification. |
186
+| Jan 13, 2015   | Docker image updated. |
187
+| Jan 8, 2015    | Allow toggling of accuracy when displaying locations in the UserLocationAgent map. |
188
+| Dec 26, 2014   | Do not try to monkey patch the mysql adapter on heroku |
189
+| Dec 7, 2014    | Update Rails to 4.1.8 |
190
+| Dec 3, 2014    | Access sites with invalid SSL |
191
+| Nov 22, 2014   | Make the website agent support merge events |
192
+| Nov 8, 2014    | Added DeDuplicationAgent |
193
+| Nov 5, 2014    | Made latlng accessible to liquid |
194
+| Nov 4, 2014    | Enable AgentLog to handle a message with invalid byte sequences; upgrade slack-notifier to 1.0.0; use webhook URLs instead of tokens. |
195
+| Nov 2, 2014    | Fixes WorkerStatusController for postgresql; updated rails to 4.1.7; added a PDF info agent; commander agent can configure other Agents. |
196
+| Nov 1, 2014    | Fixes postgres and DST related spec issues |
197
+| Oct 27, 2014   | RSSAgent: Include `url` in addition to `urls` in each event. |
198
+| Oct 23, 2014   | Assume an uploaded scenario file (JSON) is encoded in UTF-8 |
199
+| Oct 20, 2014   | Made weather agent dependent on user location |
200
+| Oct 16, 2014   | Make event-indicator a link to the events page, with new events highlighted |
201
+| Oct 15, 2014   | Add dropbox agent to emit urls for the given paths |
202
+| Oct 14, 2014   | Upgrade Devise to 3.4.0; mqttAgent: Ignore a retained message previously received |
203
+| Oct 12, 2014   | Add a button to view full error logs; allow longer than 2000 characters |
204
+| Oct 10, 2014   | Dropbox watch agent |
205
+| Oct 9, 2014    | Make the scheduler frequency tunable via ENV; add CommanderAgent, which controls other agents on a schedule or incoming event; disable the CSRF warning in WebRequestsController. |
206
+| Oct 5, 2014    | OpenShift deployment |
207
+| Oct 1, 2014    | Migrate to Rspec3 |
208
+| Sep 29, 2014   | Refactor OmniAuth integration |
209
+| Sep 25, 2014   | TumblrPublishAgent |
210
+| Sep 24, 2014   | Refactor OmniAuth configuration and fix it with 37Signals; introduce FontAwesome; enable download of user credentials; improve docs for ForecastIO in WeatherAgent. |
211
+| Sep 22, 2014   | Improvements to bin/setup_heroku |
212
+| Sep 21, 2014   | Reduce gems to save RAM |
213
+| Sep 17, 2014   | Give user an option to drop pending events when enabling an agent. |
214
+| Sep 16, 2014   | Improvements to UserLocationAgent |
215
+| Sep 14, 2014   | Allow some agents to be configured via HTML forms rather then JSON. |
216
+| Sep 13, 2014   | Calculate IDs in RssAgent if none are available. |
217
+| Sep 12, 2014   | Make tables sortable by most columns. |
218
+| Sep 8, 2014    | SchedulerAgent added, allowing granular control of Agent schedules.  Agents can now control other Agents via `ControlLinks`. <br>Liquid filter `to_uri` added. |
219
+| Sep 7, 2014    | Optional delayed\_job\_web replaced by a custom UI for managing failed and queued jobs. |
220
+| Sep 6, 2014    | Agent's `last_event_at` is now updated only on Event creation, not on updates. |
221
+| Sep 4, 2014    | Spring, an application preloader intergated with Rails 4.1, has been added. |
222
+| Sep 3, 2014    | Liquid interpolation in the WebsiteAgent now has a `_response_` variable available. |
223
+| Aug 31, 2014   | Fix a bug where AgentLogs errored after a referenced Event was deleted. <br> HumanTaskAgent can emit separate events for each answer. |
224
+| Aug 30, 2014   | Set charset/collation properly for each text column if using MySQL. <br> One-click "Deploy to Heroku" button added in README. |
225
+| Aug 28, 2014   | Liquid filter `to_xpath` added, which quotes a string for use in XPath expression. |
226
+| Aug 26, 2014   | Transition to new Services model for managing external authorization with omniauth. |
227
+| Aug 21, 2014   | WebsiteAgent has a new `text` parser type. <br> Scenario tags have a customizable foreground and background color. <br> HTML is sanitized and supported in emails. |
228
+| Aug 20, 2014   | Support for markdown in Scenario descriptions added. |
229
+| Aug 17, 2014   | TwitterStream no longer tries to run disabled Agents.  Sleep and thread bugs fixed in the EM code. |
230
+| Aug 13, 2014   | `created_at` added as an available Liquid variable. <br> Enable Graphviz on Heroku. |
231
+| Aug 12, 2014   | Add an environment variable (`DEFAULT_HTTP_USER_AGENT`) to set a global default User-Agent value. <br> Hover menu to the "Agents" nav link added. |
232
+| Aug 9, 2014    | ChangeDetectorAgent added. |
233
+| Aug 8, 2014    | Make PostAgent use WebRequestConcern, adding options for Basic Auth and User-Agent. |
234
+| Aug 5, 2014    | Use 'net-ftp-list' gem to parse ftp directory listing. |
235
+| Aug 1, 2014    | Adding a badge to each Agent node in a diagram. |
236
+| Jul 31, 2014   | Allow HipchatAgent to use a shared Credential. |
237
+| Jul 29, 2014   | The upstream Agent is now available in the EventFormattingAgent in Liquid via the `agent` key. <br> The WebsiteAgent is now much more powerful, supporting full XPath evaluations in extractions. |
238
+| Jul 26, 2014   | Easy Heroku deployment added and document in the wiki! |
239
+| Jul 25, 2014   | Simple RSSAgent added for parsing RSS feeds (the WebsiteAgent has always been able to do this, but this new Agent is simpler). <br> Nicer Agent diagrams. |
240
+| Jul 20, 2014   | Email Agents can send to more than one recipient using the new `recipients` array. |
241
+| Jun 29, 2014   | PostAgent can send more HTTP verbs, use both json and html form encoding, and merge event payloads. |
242
+| Jun 18, 2014   | Scenarios added, allowing Agents to be grouped, imported, and exported. <br> `interpolated_options` added so that most Agent options can contain Liquid markup. |
243
+| Jun 12, 2014   | XML namespaces are ignored by the WebsiteAgent when evaluating XPath. |
244
+| Jun 9, 2014    | User edit form split and cleaned up. |
245
+| Jun 8, 2014    | Upgraded to Rails 4.1.1. |
246
+| Jun 5, 2014    | MQTTAgent added. |
247
+| Jun 1, 2014    | SlackAgent added. <br> Liquid tag for accessing Credentials added. <br> Requests to /worker\_status  no longer spam the log. <br> GoogleCalendarAgent added. |
248
+| May 19, 2014   | ImapFolderAgent added. |
249
+| May 11, 2014   | Combine some of the Foreman processes into threads for lower memory usage. |
250
+| May 6, 2014    | Agents can be disabled or enabled. |
251
+| May 5, 2014    | JiraAgent added. |
252
+| May 3, 2014    | If you're using Capistrano, `cap sync:db:down` now works correctly to pull your production DB to your local environment. |
253
+| May 1, 2014    | Upgrade to Bootstrap 3.1.1 |
254
+| Apr 20, 2014   | Tons of new additions! FtpsiteAgent; WebsiteAgent has xpath, multiple URL, and encoding support; regexp extractions in EventFormattingAgent; PostAgent takes default params and headers, and can make GET requests; local Graphviz support; ShellCommandAgent; BasecampAgent; HipchatAgent; and lots of bug fixes! |
255
+| Apr 10, 2014   | WebHooksController has been renamed to WebRequestsController and all HTTP verbs are now accepted and passed through to Agents' #receive\_web\_request method. The new DataOutputAgent returns JSON or RSS feeds of incoming Events via external web request.  [Documentation is on the wiki.](https://github.com/cantino/huginn/wiki/Creating-a-new-agent#receiving-web-requests). |
256
+| Jan 2, 2014    | Agents now have an optional keep\_events\_for option that is propagated to created events' expires\_at field, and they update their events' expires\_at fields on change. |
257
+| Jan 1, 2014    | Remove symbolization of memory, options, and payloads; convert memory, options, and payloads to JSON from YAML.  Migration will perform conversion and adjust tables to be UTF-8.  Recommend making a DB backup before migrating. |
258
+| Nov 6, 2013    | PeakDetectorAgent now uses `window_duration_in_days` and `min_peak_spacing_in_days`.  Additionally, peaks trigger when the time series rises over the standard deviation multiple, not after it starts to fall. |
259
+| Jun 29, 2013   | Removed rails\_admin because it was causing deployment issues. Better to have people install their favorite admin tool if they want one. |
260
+| Jun, 2013      | A number of new agents have been contributed, including interfaces to Weibo, Twitter, and Twilio, as well as Agents for translation, sentiment analysis, and for posting and receiving webhooks. |
261
+| Mar 24, 2013   | Refactored loading of Agents for `check` and `receive` to use ids instead of full objects.  This should fix the too-large delayed\_job issues.  Added `system_timer` and `fastercsv` to the Gemfile for the Ruby 1.8 platform. |
262
+| Mar 18, 2013   | Added Wiki page about the [Agent API](https://github.com/cantino/huginn/wiki/Creating-a-new-agent). |
263
+| Mar 17, 2013   | Switched to JSONPath for defining paths through JSON structures.  The WebsiteAgent can now scrape and parse JSON. |